﻿

/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figcaption,
figure,
section,
footer,
header,
main,
hgroup,
menu,
nav,
summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media all and (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: calc(1000vw / 1200);
  }
}

@media all and (max-width: 374px) {
  html {
    font-size: calc(1000vw / 375);
  }
}

body,
table,
input,
textarea,
select,
option {
    font-family: "microsoft yahei", Tahoma,Arial,sans-serif;
}

.en {
  font-family: "Akshar", sans-serif;
}

.en02 {
  font-family: "Manrope", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

chrome_annotation {
  border: none !important;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

a,
a:link {
  color: #193342;
  text-decoration: none;
  transition: 0.3s;
}

a:visited {
  color: #193342;
}

a:hover {
  color: #193342;
}

a:active {
  color: #193342;
}

/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
body {
  color: #193342;
  font-size: 1.4rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;overflow-x:hidden;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#container {
  text-align: left;
  position: relative;
  padding-top: 10rem;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}


 @media all and (min-width: 769px) {
  /* 将原来的.active改为:hover */
  #gNavi li:hover .dropBox,
  #gNavi li:hover .dropBox::before {
    opacity: 1;
    display: block;
  } 

  /* 移除或注释掉原来的.active样式 */
   #gNavi li.active .dropBox,
  #gNavi li.active .dropBox::before {
    opacity: 1;
    display: block;
  } 
}

#gNavi .naviUl>li {
  position: relative;
  /* 添加过渡效果 */
  transition: all 0.3s ease;
}

/* 优化悬停效果 */
#gNavi .naviUl>li:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #046ee4;
}







@media all and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }

  a:hover,
  a:hover img {
    opacity: 1 !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }

  #container {
    padding-top: 6.4rem;
  }
}

.xlsx,
.pdf {
  background: #cc000e;
  display: inline-block;
  padding: 3px 4px 4px;
  margin-left: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.xlsx {
  background: #327434;
}

/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#gHeader {
  width: 100%;
  border-bottom: 1px solid #C0CDD7;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
}

#gHeader .hBox {
  padding: 2.7rem 2.9rem 1rem;
  min-height: 9.9rem;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 10;
}

#gHeader .logo {
  width: 33.1rem;
}

#gHeader .rightBox {
  flex: 1;
  margin: -0.7rem 0.5rem 0 0;
}

#gHeader .btmBox {
  display: flex;
  justify-content: flex-end;
}

@media all and (max-width: 768px) {
  #gHeader .logo {
    width: 18.6rem;
  }

  #gHeader .hBox {
    min-height: 6.4rem;
    padding: 1.7rem 7rem 0.5rem 1.5rem;
    justify-content: space-between;
  }

  #gHeader {
    border-bottom: none;
  }

  #gHeader .hBtn {
    margin-top: -0.5rem;
  }

  #gHeader .hBtn a {
    padding-bottom: 0.2rem;
    display: flex;
    width: 8rem;
    height: 4rem;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    border-radius: 0.2rem;
    background-color: #046ee4;
  }
}


#gNavi {
  margin-right: 3.4rem;
  flex: 1;
}

#gNavi .naviUl {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}

#gNavi .naviUl>li {
  margin-left: 3.3rem;
  font-weight: 700;
}

#gNavi.en_us .naviUl>li {
  margin-left: 3.45rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

#gNavi.en_us+.comLink {
  margin-right: 1.12rem;
}

#gNavi .naviUl>li:first-child {
  margin-left: 0;
}

#gNavi .naviUl a {
  display: inline-block;
}

#gNavi .naviUl .on a {
  color: #046ee4;
}

#gNavi .naviUl li span.trigger {
  cursor: pointer;padding: 20px 0;
}

#gNavi .naviUl li:hover>a,
#gNavi .naviUl li:hover>span,
#gNavi li.active span.trigger {
  color: #046ee4;
}

@media all and (min-width: 769px) {
  #gNavi .naviUl a:hover {
    color: #046ee4;
  }

  #gNavi .dropBox {
    opacity: 0;
    display: none;
    transition: .3s;
  }

  #gNavi .dropBox::before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100svh;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    user-select: none;
    pointer-events: none;
  }

/*  #gNavi li.active .dropBox,
  #gNavi li.active .dropBox::before {
    opacity: 1;
    display: block;
  } */

  #gNavi .naviUl>li {
    position: relative;
  }

  #gNavi .naviUl>li::after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2.5rem;
    content: "";
  }
}

#gNavi .dropBox {
  width: 100%;
  position: fixed;
  top: 9rem;
  left: 0;
  background-color: #fff;
  z-index: 99;
}

#gNavi .dropBox .innerBox {
  padding: 3rem 0 6rem;
  max-width: 112rem;
  margin: 0 auto;
}

#gNavi .dropBox .comLink02 a {
  padding-right: 4.5rem;
  color: #046ee4;
  font-size: 2rem;
}

#gNavi .dropBox .comLink02 {
  margin-bottom: 3.1rem;
}

#gNavi .dropBox .comLink02 a::after {
  width: 3.4rem;
  height: 3.4rem;
  top: -0.2rem;
 /* background-image: url("../image/icon06.png"); */
}

@media all and (min-width: 769px) {
  #gNavi .dropBox .comLink02 a:hover {
    opacity: 0.7;
  }
}


/* comNavi */
.comNavi {
  display: flex;
  gap: 2rem 4rem;
  flex-wrap: wrap;
}

.comNavi li {
  width: calc((100% - 12rem)/4);
}

.comNavi a {
  padding: 0.5rem 3rem 0.5rem 1rem;
  width: 100%;
  height: 5.2rem;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  display: flex !important;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #EDEDED;
}

.comNavi a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EDEDED;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.comNavi a::after {
  width: 2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1rem;
  background: url("../image/icon05.png") no-repeat left center / 100% auto;
  content: "";
}

.comNavi span {
  display: block;
  position: relative;
  z-index: 10;
}

@media all and (min-width: 769px) {
  .comNavi a:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }

  .comNavi a:hover {
    color: #000 !important;
  }
}

/* menu */
.menu {
  position: absolute;
  top: 2.1rem;
  right: 2rem;
  height: 3.2rem;
  width: 3.2rem;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu.active .top {
  -webkit-transform: translateY(1rem) translateX(0) rotate(-45deg);
  -ms-transform: translateY(1rem) translateX(0) rotate(-45deg);
  transform: translateY(1rem) translateX(0) rotate(-45deg);
}

.menu.active .middle {
  opacity: 0;
}

.menu.active .bottom {
  -webkit-transform: translateY(-1rem) translateX(0) rotate(45deg);
  -ms-transform: translateY(-1rem) translateX(0) rotate(45deg);
  transform: translateY(-1rem) translateX(0) rotate(45deg);
}

.menu span {
  background: #2D2D2D;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.menu span:nth-of-type(2) {
  top: 1rem;
}

.menu span:nth-of-type(3) {
  top: 2rem;
}

@media all and (min-width: 769px) {
  .menuBox {
    display: none !important;
  }
}

.menuBox {
  width: 100%;
  position: fixed;
  height: calc(100% - 6.4rem);
  top: 6.4rem;
  left: 0;
  overflow-y: auto;
  background-color: #fff;
  z-index: 90;
  display: none;
}

.menuBox .innerBox {
  padding: 1.1rem 2rem 3.1rem;
}

.menuBox .naviUl {
  margin-bottom: 5.3rem;
  display: flex;
  flex-wrap: wrap;
}

.menuBox .naviUl>li {
  margin-right: 5.7rem;
}

.menuBox .naviUl>li:last-child {
  margin-right: -0.4rem;
}

.menuBox .naviUl .linkUl li {
  margin-bottom: 0.8rem;
}

.menuBox .naviUl .linkUl li:last-child {
  margin-bottom: 0;
}

.menuBox .naviUl .comLink02 {
  margin-bottom: 2.1rem;
}

.menuBox .naviUl .item02 {
  margin-right: 5.9rem;
}

@media all and (max-width: 768px) {
  .menuBox .naviUl {
    margin-bottom: 3.1rem;
    display: block;
    font-size: 1.4rem;
  }

  .menuBox .naviUl>li {
    margin-right: 0 !important;
    border-bottom: 1px solid #C0CDD7;
  }

  .menuBox .naviUl>li:first-child {
    border-top: 1px solid #C0CDD7;
  }

  .menuBox .naviUl .linkUl {
    padding: 1.8rem 1.2rem 1.6rem;
    border-top: 1px solid #C0CDD7;
    display: none;
  }

  .menuBox .naviUl .linkUl .spLink {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }

  .menuBox .naviUl .linkUl .spLink a {
    color: #046ee4;
    position: relative;
  }

  .menuBox .naviUl .linkUl .spLink a::after {
    margin: -0.3rem 0 0 0.8rem;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: middle;
    background: url("../image/icon06.png") no-repeat left top / 100% 100%;
    content: "";
  }

  .menuBox .naviUl .comLink02 {
    margin-bottom: 0;
  }

  .menuBox .naviUl .comLink02 a {
    display: block;
    padding: 1.6rem 3rem 1.5rem 1.2rem;
    font-size: 1.6rem;
  }

  .menuBox .naviUl .comLink02 a::after {
    width: 1.4rem;
    height: 1.4rem;
    top: 50%;
    right: 1.1rem;
    margin-top: -0.7rem;
  }

 /* .menuBox .naviUl li:has(ul) .comLink02 a::after {
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../image/icon08.png");
    top: 50%;
    right: 1.2rem;
    margin-top: -0.6rem;
  }

  .menuBox .naviUl li:has(ul) .comLink02 a.on::after {
    background-image: url("../image/icon09.png");
  }*/

    .menuBox .naviUl li:has(ul) .comLink02 a::after {
        content: "\e727";  
        font-family: "iconfont";
        font-weight: 900;
        display: inline-block;
        font-size: 1.2rem;
        position: absolute;
        top: 50%;
        right: 1.2rem;
        transform: translateY(-50%);
    }

    .menuBox .naviUl li:has(ul) .comLink02 a.on::after {
        content: "\e729";  
    }




}


/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#gFooter {
  margin-top: 0;
  padding: 7.7rem 0 4.3rem;
  border-top: 1px solid #C0CDD7;
  background-color: #fff;
}

#gFooter .fBox {
  margin: 0 auto;
 
}

#gFooter .btmBox {
  margin-top: 2.8rem;
  padding-top: 4.8rem;
  border-top: 1px solid #C0CDD7;
  display: flex;
  justify-content: space-between;
}

#gFooter .fLogo {
  width: 20.1rem;
}

#gFooter .topBox {
  margin-bottom: 3.6rem;
}

#gFooter .flex .comBtnUl {
  margin: 1px 0 0 0;
  flex: 1;
  justify-content: flex-end;
}

#gFooter .flex .comBtnUl li {
  margin: 0 0 0 0.8rem;
}

#gFooter .comBtnUl {
  flex: 1;
}

#gFooter .fNavi {
  margin-bottom: 5.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#gFooter.zh_cn .fNavi {
  justify-content: flex-start;
}

#gFooter .fNavi>li {
  margin-right: 0 !important;
  min-width: 15rem;
}

#gFooter.zh_cn .fNavi>li {
  margin-right: 2rem !important;
}

#gFooter .fNavi>li:last-child {
  margin-right: -0.4rem;
}

#gFooter .fNavi .linkUl li {
  margin-bottom: 0.8rem;
  word-break: break-word;
}

#gFooter .fNavi .linkUl li:last-child {
  margin-bottom: 0;
}

#gFooter .fNavi .comLink02 {
  margin-bottom: 2.1rem;
}

#gFooter .fNavi .item02 {
  margin-right: 5.9rem;
}

#gFooter .comBtnUl.small {
  justify-content: flex-end;
}

#gFooter .comBtnUl.small a {
  height: auto;
  width: auto;
  padding: 0.6rem 1.3rem;
  font-size: 1.2rem;
  color: #193342;
  border-color: #193342;
}

#gFooter .comBtnUl.small li {
  margin: 0 0 0 0.8rem;
}

#gFooter .fNavi02 {
  margin-top: -1px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

#gFooter .fNavi02 li {
  margin-right: 2.8rem;
}

#gFooter .fNavi02 a {
  display: inline-block;
}

#gFooter address {
  white-space: nowrap;
  font-size: 1.4rem;
}
#gFooter .jszc{white-space: nowrap;
    font-size: 1.4rem;}
@media all and (min-width: 769px) {
  #gFooter .comBtnUl.small a:hover {
    color: #fff;
    background-color: #193342;
  }

  #gFooter .fNavi .linkUl a:hover,
  #gFooter .fNavi02 a:hover {
    color: #046ee4;
  }

  #gFooter .fNavi .linkUl {
    display: block !important;
  }
}

@media all and (max-width: 768px) {
	#gFooter .jszc {font-size: 1.2rem;  
	    text-align: center;
	}
  #gFooter {
    margin-top: 8rem;
    padding: 5.9rem 2rem 2.9rem;
  }

  #gFooter .topBox .comBtnUl {
    justify-content: space-between;
  }

  #gFooter .topBox .comBtnUl li {
    margin: 0;
    width: calc(50% - 0.7rem);
  }

  #gFooter .topBox .comBtnUl a {
    width: 100%;
  }

  #gFooter .fNavi {
    margin-bottom: 3.1rem;
    display: block;
    font-size: 1.4rem;
  }

  #gFooter .fNavi>li {
    margin-right: 0 !important;
    border-bottom: 1px solid #C0CDD7;
  }

  #gFooter .fNavi>li:first-child {
    border-top: 1px solid #C0CDD7;
  }

  #gFooter .fNavi .linkUl {
    padding: 1.5rem 1.2rem 1.6rem;
    border-top: 1px solid #C0CDD7;
    display: none;
  }

  #gFooter .fNavi .linkUl .spLink {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
  }

  #gFooter .fNavi .comLink02 {
    margin-bottom: 0;
  }

  #gFooter .fNavi .comLink02 a {
    display: block;
    padding: 1.2rem 3rem 1.3rem 1.2rem;
    font-size: 1.4rem;
  }

  #gFooter .fNavi .comLink02 a::after {
    width: 1.4rem;
    height: 1.4rem;
    top: 50%;
    right: 1.1rem;
    margin-top: -0.7rem;
  }

  #gFooter .fNavi li:has(ul) .comLink02 a::after {
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../image/icon08.png");
    top: 50%;
    right: 1.2rem;
    margin-top: -0.6rem;
  }

  #gFooter .fNavi li:has(ul) .comLink02 a.on::after {
    background-image: url("../image/icon09.png");
  }

  #gFooter .topBox {
    margin-bottom: 3.1rem;
  }

  #gFooter .comBtnUl.small {
    margin: 0 -1.5rem;
    justify-content: center;
  }

  #gFooter .comBtnUl.small li {
    margin: 0 0.5rem 1rem;
    width: 16.2rem;
  }

  #gFooter .comBtnUl.small a {
    font-size: 1.1rem;
  }

  #gFooter .btmBox {
    padding-top: 2.9rem;
    margin-bottom: 2.3rem;
    display: block;
  }

  #gFooter .fNavi02 {
    margin: 0 0 1.8rem;
    font-size: 1rem;
    justify-content: flex-start;
  }

  #gFooter .fNavi02 li {
    margin: 0 1.4rem 1.1rem;
    min-width: 30%;
  }

  #gFooter address {
    white-space: wrap;
    font-size: 1rem;
    text-align: center;
  }
}
     .comLink em {
                                top: 2px;
                                position: relative;
                                color: #046ee4
                            }
							
							 .pagination {
								                    width: 100%;
								                    text-align: center;
								                    margin-top: 35px;
								                    margin-bottom: 90px;
								                }
								 
								                    .pagination a, .pagination p, .pagination span {
								                        display: inline-block;
								                        margin-right: 5px;
								                        padding: 5px 10px;
								                        background: #fff;
								                        text-decoration: none;
								                        color: #666666;
								                        font-size: 12px;
								                    }
								 
								                        .pagination a:hover, .pagination span:hover {
								                            color: #046ee4;
								                            background: white;
								                        }
								 
								                        .pagination a.current, .pagination span.current {
								                            background: #046ee4;
								                            color: #fff;
								                        }
								 
								                        .pagination p.pageRemark {
								                            display: none;
								                            border-style: none;
								                            background: none;
								                            margin-right: 0px;
								                            padding: 4px 0px;
								                            color: #666;
								                        }
								 
								                            .pagination p.pageRemark b {
								                                color: red;
								                            }
								 
								                        .pagination p.pageEllipsis {
								                            border-style: none;
								                            background: none;
								                            padding: 4px 0px;
								                            color: #808080;
								                        }